From: Michael Albinus Date: Thu, 28 Feb 2013 19:29:41 +0000 (+0100) Subject: * tramp.texi (External methods): Mention `tramp-adb-program'. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~3615^2~669 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=538d9b943995f0767ff86354b962b36b0b4a5f1f;p=emacs.git * tramp.texi (External methods): Mention `tramp-adb-program'. --- diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 15b2b95026b..48561089dc0 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,7 @@ +2013-02-28 Michael Albinus + + * tramp.texi (External methods): Mention `tramp-adb-program'. + 2013-02-28 Bastien Guerry * org.texi (Visibility cycling): Suggest to set diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 20598f2d9e5..1052b030691 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi @@ -1023,9 +1023,11 @@ name. @cindex adb method This special method uses the Android Debug Bridge for connecting -Android devices. The Android Debug Bridge, part of the Android SDK, -must be installed locally. The variable @var{tramp-adb-sdk-dir} must -be set to its installation directory. +Android devices. The Android Debug Bridge must be installed locally. +Some GNU/Linux distributions offer it for installation, otherwise it +can be installed as part of the Android SDK. If @command{adb} is not +found via the @code{$PATH} environment variable, the variable +@var{tramp-adb-program} must point to its absolute path. @end table